Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NArrayHelpers<T> Class / YUQ Method


In This Topic
    YUQ Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function YUQ( _
       ByVal AvQ() As T, _
       ByVal bvQ As System.Integer, _
       ByVal CvQ As System.Integer, _
       ByVal dvQ As T _
    ) As T
    'Usage
     
    
    Dim AvQ() As T
    Dim bvQ As System.Integer
    Dim CvQ As System.Integer
    Dim dvQ As T
    Dim value As T
     
    value = NArrayHelpers(Of T).YUQ(AvQ, bvQ, CvQ, dvQ)
    internal static T YUQ( 
       T[] AvQ,
       System.int bvQ,
       System.int CvQ,
       T dvQ
    )

    Parameters

    AvQ
    bvQ
    CvQ
    dvQ
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also